feat: migrate Hyperstack to topology-driven local runtime#78
Merged
KailasMahavarkar merged 24 commits intomainfrom Apr 19, 2026
Merged
feat: migrate Hyperstack to topology-driven local runtime#78KailasMahavarkar merged 24 commits intomainfrom
KailasMahavarkar merged 24 commits intomainfrom
Conversation
KailasMahavarkar
added a commit
that referenced
this pull request
Apr 22, 2026
Single-commit destructive revert. Tree equals 7131ac3 exactly EXCEPT for a one-line fix in skills/hyperstack/SKILL.md to unbreak CI. Why the fix is needed: the 7131ac3 snapshot itself had an internal drift - src/internal/context-compiler.ts extracts the section heading "Role Registry" while skills/hyperstack/SKILL.md has "## Role Registry Details". `bun run compile:context` fails as a result and the verify job cannot pass. Admin-merge with failing required status checks is blocked by branch protection. Minimal fix: rename the skill heading from "## Role Registry Details" to "## Role Registry" to match what the compiler already reads. This is the smallest possible change to make the 7131ac3 tree runnable in CI. Everything else about the tree equals 7131ac3 (feat: rename using-hyperstack to hyperstack and implement 3-layer architecture) from 2026-04-15. Wipes PRs #78..#95. 28 files changed vs prior main, +320 -101. Follow-up still needed: target carries package.json version 1.1.3 which already has a tag. A version bump to 1.1.5 must land next so release-and-publish doesn't try to re-tag v1.1.3. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
KailasMahavarkar
added a commit
that referenced
this pull request
Apr 22, 2026
Single-commit destructive revert. Tree equals 7131ac3 exactly EXCEPT for a one-line fix in skills/hyperstack/SKILL.md to unbreak CI. Why the fix is needed: the 7131ac3 snapshot itself had an internal drift - src/internal/context-compiler.ts extracts the section heading "Role Registry" while skills/hyperstack/SKILL.md has "## Role Registry Details". `bun run compile:context` fails as a result and the verify job cannot pass. Admin-merge with failing required status checks is blocked by branch protection. Minimal fix: rename the skill heading from "## Role Registry Details" to "## Role Registry" to match what the compiler already reads. This is the smallest possible change to make the 7131ac3 tree runnable in CI. Everything else about the tree equals 7131ac3 (feat: rename using-hyperstack to hyperstack and implement 3-layer architecture) from 2026-04-15. Wipes PRs #78..#95. 28 files changed vs prior main, +320 -101. Follow-up still needed: target carries package.json version 1.1.3 which already has a tag. A version bump to 1.1.5 must land next so release-and-publish doesn't try to re-tag v1.1.3. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test Plan
bun testbun run build